home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 32 / Amiga Format AFCD32 (Nov 1998, Issue 117).iso / -seriously_amiga- / programming / other / classfree / classfree.readme next >
Text File  |  1998-08-10  |  2KB  |  58 lines

  1. Short:    Collection of free BOOPSI gadgets.
  2. Author:   andersa@fys.ku.dk (Anders E. Andersen)
  3. Uploader: andersa@fys.ku.dk (Anders E. Andersen)
  4. Type:     dev/gui
  5.  
  6. Description:
  7. ------------
  8.  
  9.  I started this when I had programmed GadTools GUIs a couple
  10. of times and was dissatisfied with it. I went to look for a more
  11. straightforward way of making gadgets and (re)discovered BOOPSI.
  12.  I had skipped past all BOOPSI stuff when I first started programming
  13. in C because I thought Object Oriented programming was way too much
  14. for me to handle. As it turned out I found that BOOPSI was VERY easy
  15. to use. There was only one problem. There was no really usable BOOPSI
  16. gadgetsclasses available. I was certainly not going to spend money on
  17. something I was maybe not going to use very much (ClassAct), so it
  18. became my pet project to start doing BOOPSI gadgetclasses with the
  19. immidiate goal to replace GadTools.
  20.  
  21.  
  22. Contents in this release:
  23. -------------------------
  24.  
  25.  CFbuttonclass - A simple boolean button.
  26.  
  27.  CFpumbuttonclass - A popup menu button.
  28.  
  29.  CFsampleclass - StormC sample BOOPSI class project.
  30.  
  31.  CFscrollerclass - Gadtools SCROLLER_KIND replacement.
  32.  
  33.  CFtexticlass - A text drawing imageclass.
  34.  
  35.  CFglyph.image - Needed by CFpumbuttonclass.
  36.  
  37.  
  38. Requirements:
  39. -------------
  40.  
  41.   - AmigaOS 3.x
  42.  
  43.  
  44. Author / How to contact me:
  45. ---------------------------
  46.  
  47.  Anders E. Andersen
  48.  Skaerbaekvej 50
  49.  2610 Roedovre
  50.  Denmark
  51.  
  52.  E-mail:  andersa@fys.ku.dk
  53.  
  54.  Netmail: 2:236/29.6@fidonet
  55.  
  56.  www: http://fys.ku.dk/~andersa
  57.  (Contains official ClassFree homepage)
  58.